lcPaint_DrawXline Home

Draws an infinite line.

 BOOL lcPaint_DrawXline (
   HANDLE hLcWnd,
   double X,
   double Y,
   double Angle,
   BOOL bRay
 );

Parameters
hLcWnd
  Handle to LiteCAD graphics window.
X Y
  Base point.
Angle
  Line direction angle.
bRay
  If TRUE, then the line is infinite only in one direction from the base point (like a ray).

Return Value

  If the function succeeds, the return value is nonzero (TRUE).